﻿CHARACTERS = {
	c:JOD ?= {
		create_character = {
			# Man Singh of Marwar
			first_name = "Man_Singh"
			last_name = "Rathore"
			historical = yes
			ruler = yes
			age = 53
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				reserved
			}
		}	

		create_character = {
			# Takht Singh
			first_name = "Takht_Singh"
			last_name = "Rathore"
			historical = yes
			heir = yes
			age = 17
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				meticulous
			}
		}
	}
}
